From c67b5e1fd5bbe5b628bb6f3739c7f6dd94d57ac7 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 24 Apr 2007 09:50:56 +0100 Subject: [PATCH] vtpm: Decrease amount of pages on shared ring. Decrease the amount of shared pages on the ring to only one page - more is not needed. Signed-off-by: Stefan Berger --- xen/include/public/io/tpmif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/io/tpmif.h b/xen/include/public/io/tpmif.h index 220671d3ed..02ccdab471 100644 --- a/xen/include/public/io/tpmif.h +++ b/xen/include/public/io/tpmif.h @@ -50,7 +50,7 @@ typedef struct tpmif_tx_request tpmif_tx_request_t; */ typedef uint32_t TPMIF_RING_IDX; -#define TPMIF_TX_RING_SIZE 10 +#define TPMIF_TX_RING_SIZE 1 /* This structure must fit in a memory page. */ -- 2.30.2